home *** CD-ROM | disk | FTP | other *** search
/ Dream 55 / Amiga_Dream_55.iso / RISCOS / APPS / TEXT / PS / KIT-PS.ZIP / Kit PS / !PSUtils / bin / showchar < prev   
Text File  |  1997-01-25  |  457b  |  11 lines

  1. If "%0" = "" OR "%1" = "" THEN Error 0 "Usage: 'showchar font-name char-name { |> PS-file }', put the PS-file through PostDoc, Riscript or GhostScript or print it on a Postscript printer"
  2.  
  3. Echo %!
  4. Echo % Get character metrics and bounding box for %0
  5. Echo /ns 30 string def
  6. Echo /fname /%0 def
  7. Echo /cname /%1 def
  8. Type <PSUtils$Dir>.ps.showcharmd
  9. Echo (%1 from font %0 displayed on <Sys$Date> by showchar 1.00 (C) AJCD 1991)
  10. Type <PSUtils$Dir>.ps.showchartl
  11.